Event Processing
SQS+lambda- If
lambdafail to process, send it toDLQ FIFO SQS+lambda- If
lambdafail to process, send it toDLQ Fan Out PatternEventfirst goes to theSNSSNSpass the event to multipleSQSorconsumer- Let's say, we have 3
SQSservice, get same message from application- If application crashed after send 2
SQS, the 3rdSQSdoes not get the message - In this case,
Fan Outcame up - Here application only send the message to
SNS SNSpass the messages to the respectiveSQS
- If application crashed after send 2
S3event can be passed toSQSSNSlambda